home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / printr3.arc / READ.ME < prev   
Text File  |  1991-04-28  |  2KB  |  54 lines

  1.         
  2.         
  3.         This is an introductory note to the following files on the
  4.         floppy:
  5.         
  6.            1.   PRINTR2.PAS
  7.            2.   PRINTR2.TPU    
  8.            3.      DEMO.PAS
  9.            4.      DEMO.EXE
  10.            5.  D-XREF63.COM
  11.            6.  D-XREF63.DOC
  12.            7.   PRINTR2.PRT
  13.            8.      READ.ME
  14.         
  15.         Printr.pas is a Turbo Pascal 5.5 compiled unit for printer interface
  16.         using the EPSON FX emulation.  Nothing else exists.
  17.         It has several useful Functions/Procedures including a banner page
  18.         and a report header.  TJocks 5.01 was used in Printr.pas. You will
  19.         need the TJocks 5.01 to modifiy.  There is also a Printr.prt file. It
  20.         is a formatted text file. The D-XREF63 program is for printing a
  21.         formatted listing of any Turbo Pascal program. 
  22.         
  23.         I have tried to offer several variations of programming style in
  24.         Printr2.pas. So help yourself.  The best printer information I know
  25.         of are the two examples below:
  26.         
  27.            1.  Panasonic KX-P1592 (5) Operating Instructions.  Their
  28.                documention has me hooked on Panasonic products. The Panasonic
  29.                4450 Laser Printer Manual is also well done.
  30.         
  31.            2.  The Turbo Pascal Trilogy: A complete Library for Turbo Pascal
  32.                Programmers. This book has good printer information.
  33.                 
  34.         You are welcome to use the program Printr.pas or Printr2.pas under
  35.         the following conditions.
  36.            
  37.            1.  The program is not to be distributed to others in modified
  38.                form.
  39.            2.  No fee is to be charged (or other consideration received) for
  40.                copying or distributing the program without an express written
  41.                agreement with:
  42.             
  43.                                     MESA SOFTWARE
  44.                                       SUITE 101
  45.                                  3302 FOURTH AVENUE
  46.                                 SAN DIEGO, CA.  92103
  47.             
  48.            3.  You are encouraged to copy and share this program with other
  49.                users if you are using this program and find it of value, your
  50.                contribution of $15.00 will be appreciated. You are welcome to
  51.                send your corrections/etc to Mesa. They will be included in
  52.                the next release with appropriate credit noted.
  53.         
  54.         Thank you. Happy programming.